runtime.stkframe.argp (field)
11 uses
runtime (current package)
heapdump.go#L327: child.argoff = s.argp - s.fp
mgcmark.go#L1034: scanConservative(frame.argp, n, nil, gcw, state)
mgcmark.go#L1062: scanblock(frame.argp, uintptr(args.n)*goarch.PtrSize, args.bytedata, gcw, state)
mgcmark.go#L1075: base = frame.argp // arguments and return values base pointer
stack.go#L671: if (goarch.ArchFamily == goarch.AMD64 || goarch.ArchFamily == goarch.ARM64) && frame.argp-frame.varp == 2*goarch.PtrSize {
stack.go#L705: adjustpointers(unsafe.Pointer(frame.argp), &args, adjinfo, funcInfo{})
stack.go#L716: base = frame.argp // arguments and return values base pointer
stkframe.go#L60: argp uintptr // pointer to function arguments
stkframe.go#L221: print("runtime: frame ", funcname(f), " untyped args ", hex(frame.argp), "+", hex(args.n*goarch.PtrSize), "\n")
traceback.go#L410: frame.argp = frame.fp + sys.MinFrameSize
traceback.go#L995: argp := unsafe.Pointer(u.frame.argp)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |